![]() | ![]() | ![]() | ![]() |
When creating graphics output with the ActiveX device driver prior to SAS 9.4, you can create data tip information that spans multiple lines by using the '0D'X carriage-control character when building your data tip variable. Here is an example:
altvar = 'ALT="Make: ' || trim(make) || '0D'X || 'Model: ' || trim(model) || '"';
However, with SAS 9.4, the '0D'X carriage-control character is no longer honored and all of the data tip information is displayed on a single line.
To circumvent the problem, replace the '0D'X character with '^[n]^' when creating your data tip variable. Here is an example:
altvar = 'ALT="Make: ' || trim(make) || '^[n]^' || 'Model: ' || trim(model) || '"';
Product Family | Product | System | SAS Release | |
Reported | Fixed* | |||
SAS System | SAS/GRAPH | Microsoft Windows Server 2012 Datacenter | 9.4 TS1M0 | 9.4 TS1M2 |
z/OS | 9.4 TS1M0 | 9.4 TS1M2 | ||
Microsoft® Windows® for x64 | 9.4 TS1M0 | 9.4 TS1M2 | ||
Microsoft Windows 8 Enterprise x64 | 9.4 TS1M0 | 9.4 TS1M2 | ||
Microsoft Windows 8 Pro x64 | 9.4 TS1M0 | 9.4 TS1M2 | ||
Microsoft Windows 8.1 Enterprise 32-bit | 9.4 TS1M0 | 9.4 TS1M2 | ||
Microsoft Windows 8.1 Enterprise x64 | 9.4 TS1M0 | 9.4 TS1M2 | ||
Microsoft Windows 8.1 Pro | 9.4 TS1M0 | 9.4 TS1M2 | ||
Microsoft Windows 8.1 Pro 32-bit | 9.4 TS1M0 | 9.4 TS1M2 | ||
Microsoft Windows Server 2008 R2 | 9.4 TS1M0 | 9.4 TS1M2 | ||
Microsoft Windows Server 2008 for x64 | 9.4 TS1M0 | 9.4 TS1M2 | ||
Microsoft Windows Server 2012 R2 Datacenter | 9.4 TS1M0 | 9.4 TS1M2 | ||
Microsoft Windows Server 2012 R2 Std | 9.4 TS1M0 | 9.4 TS1M2 | ||
Microsoft Windows Server 2012 Std | 9.4 TS1M0 | 9.4 TS1M2 | ||
Windows 7 Enterprise x64 | 9.4 TS1M0 | 9.4 TS1M2 | ||
Windows 7 Professional x64 | 9.4 TS1M0 | 9.4 TS1M2 | ||
64-bit Enabled AIX | 9.4 TS1M0 | 9.4 TS1M2 | ||
64-bit Enabled Solaris | 9.4 TS1M0 | 9.4 TS1M2 | ||
HP-UX IPF | 9.4 TS1M0 | 9.4 TS1M2 | ||
Linux for x64 | 9.4 TS1M0 | 9.4 TS1M2 | ||
Solaris for x64 | 9.4 TS1M0 | 9.4 TS1M2 |